Apple Event: May 7th at 7 am PT

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

How do I create a numbered or bulleted list?

Neither the old 'asterisk' syntax or HTML tags like ul, ol and li tags can be used. Is there another syntax similar to the italic and bold commands?

iMac G5 2GHz, Mac OS X (10.4.3), iWork '05, AppleWorks 6.2.9, Sidekick for AppleWorks 6

Posted on Nov 15, 2005 1:33 AM

Reply
Question marked as Best reply

Posted on Nov 15, 2005 1:38 AM

  • I believe
  • that you can
  • use <li></li> tags
  • to make a bulleted list.
10 replies

Nov 15, 2005 2:01 AM in response to Tom Graves

OK, you can use li tags. But not as you'd expect.

You must only use the li tag, with or without a closing tag. You can't write valid HTML as you'd expect by enclosing the li tag in either a ul or ol tag. Doing causes the list to be rendered as plain text.

In other words, it seems we're limited to bulleted lists. Or is there an undocumented way to do numbered lists?

Nov 15, 2005 6:33 AM in response to Hui Cheng

This is weird. From the experimenting I've done just now, valid HTML for an ordered/numbered list works fine. But an unordered/bulleted list is rendered without the bullets!

Originally I thought this was because the HTML for the unordered list was on multiple lines. I'm guessing the parsing engine behind the Forums isn't handling HTML tags too well.

For example, here's an ordered list, followed by two unordered lists, of two items. The first unordered list is not rendered correctly and it is contained within ul tags across multiple lines. The second unordered list is just two items enclosed in li tags.

  1. first ordered item, HTML on multiple lines, with ol tags
  2. second ordered item, HTML on multiple lines, with ol tags


  • first unordered item, HTML on multiple lines, with ul tags
  • second unordered item, HTML on multiple lines, with ul tags


  • first unordered item, HTML on multiple lines, without ul tags
  • second unordered item, HTML on multiple lines, without ul tags

Nov 15, 2005 8:01 AM in response to Dale Gillard

...But an unordered/bulleted list is rendered without the bullets!
I found the reason for the missing bullets, the style sheet ( http://a772.g.akamai.net/7/772/51/20051114/discussions.apple.com/css/discussions .css) used by the forum set the default to be none, use one of the follow styles to set the bullet styles:

<ul class="square"><li>xxx</li><li>yyy</li></ul>

  • xxx
  • yyy


<ul class="circle"><li>aaa</li><li>bbb</li></ul>

  • aaa
  • bbb

Nov 15, 2005 8:31 AM in response to Tom Graves

I'm sorry if this is not entirely relevent to the topic of bullets. (Which I've found very useful as I also had trouble with bullets) But I've found other HTML problems.

  • The <code><hr></code> tag does not work it just produces the tag as if it were text.
  • Also, text shadows aren't working. I usually put this HTML code: <code><hr>
    Sam
    </code> at the bottom of my posts and it displays what you would expect, but no more. It looks like the shadow is just ignored


Has anyone experienced this or any other errors in HTML rendering? Is this problem due to the stylesheets too?

Thanks for any help

-Sam

[edit] and also, as you can see, the <code> tag does not work.

Nov 15, 2005 9:23 AM in response to Samtherocker

Yes, there is definitely a difference subset of html codes that work in the new forums than there was in the old and it is going to take a while and some experimentation to find out what is and what is not allowed. Also, if you use html special coding for characters for code snippets, it is converted to real coding if you preview or edit your message.

Here is a reply I used in the old forum:

You use some basic html coding. If you want to go to Apple's web site, type:

<a href="http://www.apple.com/">Apple</a>

What you will see when you post the message is Apple.

<blockquote>Also, if you have the page you want to link to open in another window or tab, you can copy the url and paste it between the quotation marks. Fewer typos and bad links that way.</blockquote>

Also, if you have the page you want to link to open in another window or tab, you can copy the url and paste it between the quotation marks. Fewer typos and bad links that way.


For italics type <i>italics</i>

For bold type <b>bold</b>

To use colors, type the following:

<font color="blue">blue</font> for blue
<font color="green">green</font> for green

Type <b><font color="red">bolded red</font></b> for bolded red

If you dont want to worry about html coding, you can try level4 or Simone.

How do I create a numbered or bulleted list?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.